projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717c5ac
)
(find-buffer-visiting): Compare file attributes using buffer-file-truename.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 2002 22:23:17 +0000
(22:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 2002 22:23:17 +0000
(22:23 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 0cb3fddecea8c1b8da496cb70f863a3492a44647..0983762356c361e1017dc6a7effc8f73ad24e2e9 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1076,7
+1076,7
@@
If there is no such live buffer, return nil."
;; Verify this buffer's file number
;; still belongs to its file.
(file-exists-p buffer-file-name)
- (equal (file-attributes buffer-file-name)
+ (equal (file-attributes buffer-file-
true
name)
attributes))
(setq found (car list))))
(setq list (cdr list))))